Skip to content

fix: remove mobile dropdown font-size override#1508

Merged
ksen0 merged 2 commits into
processing:mainfrom
slash-init:fix/mobile-dropdown-font-inheritance
Jul 13, 2026
Merged

fix: remove mobile dropdown font-size override#1508
ksen0 merged 2 commits into
processing:mainfrom
slash-init:fix/mobile-dropdown-font-inheritance

Conversation

@slash-init

Copy link
Copy Markdown
Contributor

Summary

The dropdown labels had a hardcoded font-size: 0.75rem on mobile, while the Search input inherited its font size from the parent. This removes the hardcoded font size so the dropdowns inherit from the parent, matching the Search input and keeping the typography consistent on mobile.
Tested on a 320×568 viewport to ensure the labels still fit without clipping or overlapping.

Before :
image

After :
image

Fixes #1507

@Nwakaego-Ego

Copy link
Copy Markdown
Contributor

Hi @slash-init, thank you for this PR. I tested it locally across multiple viewports and confirmed the fix works as expected.

cc @doradocodes

@ksen0 ksen0 merged commit 4dc730e into processing:main Jul 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2.0] Font-sizes for Language and Accessibility dropdowns on mobile are too small

3 participants